Rich Text Editor

A full-featured word processor designed for creating documentation and formatted content.

File Format (.olrtd)

The editor saves files in a custom JSON format (`.olrtd`) that preserves both content and layout settings:

{
  "version": "2.0",
  "content": "<p>Hello World</p>",
  "settings": {
    "paperSize": "A4",
    "orientation": "portrait",
    "margins": { "top": 72, "right": 72, "bottom": 72, "left": 72 }
  }
}

Features

Rich Text Editor